Added _gtk_size_group_bump_requisition()
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 14 Apr 2010 22:07:27 +0000 (18:07 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 14 Apr 2010 22:07:27 +0000 (18:07 -0400)
commit8432f54c519c07df10e352dd4aecc454efd6bf20
treed773ae34444e206b7125e8d265be1907ab1d8509
parentd2c35ec62a595dc02542edae920b6a63dbb57446
Added _gtk_size_group_bump_requisition()

Added a function to update sizegroups in multiple passes, this
way the width and height can be updated in the sizegroups after
querying the extended layout implementor for these.

Implemented this in GtkExtendedLayout, sizegroups should be working reasonably now.
gtk/gtkextendedlayout.c
gtk/gtklabel.c
gtk/gtksizegroup.c
gtk/gtksizegroup.h